home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / misc / MakeFTPScript.lha / MakeFTPScript.readme next >
Text File  |  1998-03-29  |  2KB  |  54 lines

  1. Short:    Make FTP script for UNIX system (v1.2)
  2. Author:   domagal@uci.agh.edu.pl (Grzegorz Fitrzyk)
  3. Uploader: domagal@uci.agh.edu.pl (Grzegorz Fitrzyk)
  4. Type:     comm/misc
  5.  
  6. If you have rights to use account on UNIX based system and you're
  7. coming to internet by phone line, it will be very good way for you
  8. to save some money. Autor of this script is collecting some part
  9. of recent files which he will to download, and from time to time
  10. he is making script with many NCFTP commands. After it hi upload
  11. it to his account on UNIX system and turn it on by commands:
  12.  
  13.          screen -R
  14.          chmod 700 script
  15.          script
  16.  
  17. press <ctrl-A-C> (it will open new screen)
  18. and when a screen is change hi logout. Now hi turn off modem, and
  19. wait some time, and later hi doing FTP to his account and download
  20. all files.
  21. There is a many way to start script under UNIX but problem is that
  22. when you logout, your script is hangin off. This method is working.
  23. If on your server's no SCREEN command then try:
  24.  
  25.          batch < script
  26.  
  27. I never tested it but it will working, I hope... 
  28. This script is doing from RECENT file script for UNIX based system.
  29. For example, every line of your RECENT file it will change to chain
  30. of command:
  31. orginal line of RECENT file:
  32.  
  33. ...
  34. WatchWatcher.lha   util/time   14K+Checks your clock's sanity V1.3 By F.Ultra
  35. ...
  36.  
  37. after use MakeFTPScript.rexx
  38.  
  39. ...
  40. ncftp ftp.wustl.edu:pub/aminet/util/time/WatchWatcher.lha
  41. ncftp ftp.wustl.edu:pub/aminet/util/time/WatchWatcher.readme (with README
  42.                                                                 switch on)
  43. ...
  44.  
  45. Usage: rx makeFTPScript.rexx ADDRESS/K SOURCE/K DEST/K README/S
  46. where: ADDRESS is address of ftp server where you like to download.
  47.        SOURCE  is filename of your RECENT file.
  48.        DEST    is filename of output file. (I'm using script name)
  49.        README  is switch which allow to make additional line with ".readme"
  50.  
  51. New feature! This script count total size of requested files.
  52.  
  53. I hope you understand what I mean, because my English is poor :).
  54.